DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class / InsertRange Method / InsertRange(Int32,IEnumerable<T>) Method

In This Topic
    InsertRange(Int32,IEnumerable<T>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub InsertRange( _
       ByVal startingIndex As Integer, _
       ByVal newItems As IEnumerable(Of T) _
    ) 
    public void InsertRange( 
       int startingIndex,
       IEnumerable<T> newItems
    )

    Parameters

    startingIndex
    newItems
    See Also